home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo.
- echo The files are going to be copied to a directory on hard disc C:
- echo in a directory called C:\editpart
- pause
- md c:\editpart
- copy *.* c:\editpart
- c:
- cd\editpart
- echo To see the information click on README.TXT
- echo To run the program click on EDITPART.EXE
- del install.*